Platform Explorer / Nuxeo Platform 6.0

Operation Context.RestoreBlobInput (Restore File Input)

Description

Restore the file input from a context variable given its name. Return the file.
Operation id Context.RestoreBlobInput
Category Execution Context
Label Restore File Input
Requires
Since

Parameters

Name Description Type Required Default value
name string yes  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.RestoreBlobInput
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Context.RestoreBlobInput",
  "label" : "Restore File Input",
  "category" : "Execution Context",
  "requires" : null,
  "description" : "Restore the file input from a context variable given its name. Return the file.",
  "url" : "Context.RestoreBlobInput",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "name",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}